home *** CD-ROM | disk | FTP | other *** search
/ NT Sources / Infomagic - NT Source Volume 1 (Disc 1 of 2).iso / network / jsentry.exe / jsentryprodemo.bat < prev    next >
DOS Batch File  |  1998-08-17  |  471b  |  9 lines

  1. REM  This BAT file runs JSentryPro from a DOS Window
  2. REM  The -cp flag specifies the path to jsentrypro.jar
  3. REM  telra.jsentrypro.JSentryPro is the program that is executed
  4. REM  The last parameter is the directory where JSentryPro is installed
  5. REM  Note - to avoid this DOS window, copy the line below to a 
  6. REM  shortcut, and use the jrew command instead of jre
  7. jre -cp c:\telra\jsentryprodemo\jsentrypro.jar telra.jsentrypro.JSentryPro c:\telra\jsentryprodemo
  8.  
  9.